home *** CD-ROM | disk | FTP | other *** search
- Short: ARexx URLShow script for AmIRC
- Author: newlook@ameritech.net (Deryk B. Robosson)
- Uploader: newlook@ameritech.net (Deryk B. Robosson)
- Type: comm/tcp
- Replaces: comm/tcp/AmIRCURLShow.lha
- Version: 1.06
-
- Installation:
- --------------
- Copy URLShow.amirx to amirc/rexx directory
- Copy URLShow.dat to the same directory and edit the datpath
- variable in the script to reflect the correct path.
-
- Install an alias in AmIRC by selecting setup menu
- then lists. Under Alias tab, select add new alias.
-
- Then in edit window type the alias you would like
- to use.
-
- i.e. URLShow = /rx URLShow.amirx %p
-
- NOTE:
- ------
- Without limiting the search capabilities of this script
- to EXACT names, I won't be able to remedy the problem
- of other sites taking search hits. See the version note
- at the bottom of this file for an example.
-
- Usage:
- --------------
- Using above example, you would type
-
- /urlshow awd (result will be shown to you)
-
- /urlshow newlook SAY (result will be shown to the current channel)
-
- /urlshow blahsite show newlook (newlook will see the results via notice)
-
- /urlshow add sitename - http://www.somewhere.com (will append the site to the list)
-
- /urlshow list (will show you the current list)
-
- Version 1.01 3.3.97
- --------------------
- Added Support for a LIST option and
- added a command template to the help.
-
- Version 1.02 3.3.97
- --------------------
- Corrected a bug when testing for text.
- Corrected problem with saving site, some
- sites are case sensitive. Suggested by Xcal
-
- Version 1.03 4.3.97
- --------------------
- Correct problem when parsing the list. A
- search for AT would result in a hit to
- umueller - http://www.lysator.lie.se/
- note the 'AT' in lysator. Bug reported by SimD
-
- Version 1.04 10.3.97
- --------------------
- Prettied up the display of information to the user
-
- Version 1.05 18.3.97
- --------------------
- Cleaned up the code.
-
- Version 1.06 21.3.97
- --------------------
- Corrected LIST feature
-